Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IScenario Interface / changeScenario Method / changeScenario(IRange,List<Object>) Method
A Range object that refers to the changing cells for the scenario.
A list that contains the scenario values for the cells in ChangingCells.
In This Topic
    changeScenario(IRange,List<Object>) Method
    In This Topic
    Changes the scenario to have a new set of changing cells and scenario values.
    Syntax
    void changeScenario( 
       IRange changingCells,
       java.util.List<Object> values
    )

    Parameters

    changingCells
    A Range object that refers to the changing cells for the scenario.
    values
    A list that contains the scenario values for the cells in ChangingCells.
    See Also